home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / Makefile < prev    next >
Makefile  |  1992-09-02  |  263b  |  17 lines

  1. GEOM = ..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4.  
  5. all rm_libs rm_depend install installh depend:
  6.     @:
  7.  
  8. clobber:    clean rm_libs rm_depend
  9.  
  10. clean:
  11.     -rm -f ${DIRT}
  12.  
  13. distclean:
  14.     -rm -f ${DIRT} ${DISTDIRT}
  15.  
  16. include ${GEOM}/makefiles/Makerules.common
  17.